projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25f840d
)
rockchip: rk3328: fix syscon id table
author
Kever Yang
<
[email protected]
>
Wed, 6 Sep 2017 07:58:25 +0000
(15:58 +0800)
committer
Philipp Tomsich
<
[email protected]
>
Fri, 8 Sep 2017 09:44:51 +0000
(11:44 +0200)
syscon id table need a dummy member as NULL ending, or else system
will panic while try to match a compatible in this table as a list.
Signed-off-by: Kever Yang <
[email protected]
>
Acked-by: Philipp Tomsich <
[email protected]
>
Reviewed-by: Philipp Tomsich <
[email protected]
>
arch/arm/mach-rockchip/rk3328/syscon_rk3328.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/rk3328/syscon_rk3328.c
b/arch/arm/mach-rockchip/rk3328/syscon_rk3328.c
index a1a368fcd272a4fcac2b448f635e1f4a2b15940c..9a2c88d6dc9e466a3cd32be71c6c0e594cbf1e35 100644
(file)
--- a/
arch/arm/mach-rockchip/rk3328/syscon_rk3328.c
+++ b/
arch/arm/mach-rockchip/rk3328/syscon_rk3328.c
@@
-11,6
+11,7
@@
static const struct udevice_id rk3328_syscon_ids[] = {
{ .compatible = "rockchip,rk3328-grf", .data = ROCKCHIP_SYSCON_GRF },
+ { }
};
U_BOOT_DRIVER(syscon_rk3328) = {